Finish conversion of pixbuf cell renderer icon size
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Dec 2017 15:26:51 +0000 (10:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 1 Dec 2017 15:36:17 +0000 (10:36 -0500)
commit4930153413546ddbf0c9fd3a83ac9a961fa87a62
treef08d33c70e7767be1c9b8cbbbd2940600ef6d90c
parent1c59db9bfffc31bbbf57fb60127cbc3a7b8b9754
Finish conversion of pixbuf cell renderer icon size

Change the name of the property from stock-size to icon-size,
and make it an enum property instead of uint. This makes it
impossible to specify invalid numeric values in ui files, and
at the same time makes it possible to refer to the existing
values by their nick.

Fix up the callers.
demos/widget-factory/widget-factory.c
gtk/gtkcellrendererpixbuf.c